Error when try to install subversion on linux [closed]

Posted by Juan Carlos Vega Neira on Ask Ubuntu See other posts from Ask Ubuntu or by Juan Carlos Vega Neira
Published on 2012-02-11T18:02:46Z Indexed on 2012/09/09 15:49 UTC
Read the original article Hit count: 200

Filed under:
|
|

Possible Duplicate:
Fixing Could not get lock /var/lib/dpkg/lock

I have installed Ubuntu server 11.10 and after the installation finishes I installed apache server by this code.

sudo apt-get install apache2

Then I tried to install subversion by this code:

sudo apt-get install subversion

as I saw on some blogs and got this error:

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

How can I solve this error?

© Ask Ubuntu or respective owner

Related posts about server

Related posts about apache